Blazor コントロール
C1LengthList<T> コンストラクタ

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1LengthList<T> クラス : C1LengthList<T> コンストラクタ
The number of items.
The default length of every item.
Specifies the length of the memory blocks used to store the items.
Initializes a new instance of the C1LengthList class.
シンタックス
'宣言
 
Public Function New( _
   ByVal count As System.Integer, _
   ByVal defaultLength As T, _
   Optional ByVal partitionLength As System.Integer _
)
public C1LengthList<T>( 
   System.int count,
   T defaultLength,
   System.int partitionLength
)

パラメータ

count
The number of items.
defaultLength
The default length of every item.
partitionLength
Specifies the length of the memory blocks used to store the items.
参照

C1LengthList<T> クラス
C1LengthList<T> メンバ